Release 10.1A: OpenEdge Deployment:
Managing 4GL Applications


MKDUMP utility

Creates a set of file dump and file load procedures for a database.

Syntax

SYNTAX
mkdumpc database-name 

database-name

The name of the database for which you want to create dump and load procedures.

Note

Example

Sample MKDUMP Command:

mkdump mydb 

This command creates two main Progress 4GL procedures: filedump.p and fileload.p. In addition, it creates two subdirectories: dmpprocs and ldprocs. The dmpprocs subdirectory contains a single dump procedure for each file in the database; the ldprocs subdirectory contains a single load procedure for each file in the database.

An end user runs the filedump.p procedure to dump the database. That procedure runs the procedures in the dmpprocs subdirectory. To load the database, the user runs fileload.p, which runs the procedures in the ldprocs subdirectory.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095